FTP Server - Pure-FTPd
2011/05/28 |
Install Pure-FTPd to configure FTP server to transfer files.
|
|
[1] | Install Pure-FTPd |
[root@www ~]#
yum -y install pure-ftpd
[root@www ~]#
vi /etc/pure-ftpd/pure-ftpd.conf # line 77: change (no Anonymous) NoAnonymous yes
# line 143: uncomment UnixAuthentication yes /etc/rc.d/init.d/pure-ftpd start Starting pure-ftpd (via systemctl): Starting pure-ftpd: [ OK ] [ OK ] [root@www ~]# chkconfig pure-ftpd on
|